home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2007 June/July / Windows News Hors série Numéro 34 juin juillet 2007.iso / Rédaction / Astuces Internet / userChrome.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-11-30  |  257 b   |  14 lines

  1. tab {
  2.     -moz-appearance: none !important;
  3. }
  4.  
  5. tab[selected="true"] {
  6.     background-color: rgb(255,64,64) !important;
  7.     color: black !important;
  8. }
  9.  
  10. tab:not[selected="true"] {
  11.     background-color: rgb(200,196,188) !important;
  12.     color: gray !important;
  13. }
  14.